How to Open an Unsigned App on macOS: SlideSnap Studio.app

macOS blocks unsigned apps by default. To open SlideSnap Studio.app, follow the steps below based on your macOS version.

For macOS Ventura (13), Monterey (12), Big Sur (11), Catalina (10.15)

  1. Locate the App:
    Open Finder and navigate to the folder containing SlideSnap Studio.app.
  2. Open via Context Menu:
    Right-click (or Control-click) the app and select Open from the context menu.
  3. Confirm:
    A dialog will appear saying the app is from an unidentified developer. Click Open to launch the app.
    macOS will remember your choice and allow it to open normally next time.

Alternate Method (if the app is blocked before opening)

  1. Try to open the app normally (double-click). It will fail with a warning.
  2. Open System Settings (Ventura and later)
    or System Preferences → Security & Privacy (Monterey and earlier)
  3. Go to the Security & Privacy section under the General tab.
    Look for a message about SlideSnap Studio.app.
  4. Click Open Anyway, then confirm with Open in the pop-up dialog.

Command-Line Method (advanced users)

Run the following in Terminal to permanently allow the app:

sudo spctl --add "/path/to/SlideSnap Studio.app"

Example:

sudo spctl --add "/Applications/SlideSnap Studio.app"

You may be prompted for your admin password.

Notes